From 79a13ff2fd2c043e04d0d7d52229d8e5e324fa95 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Sun, 4 Dec 2005 00:51:15 +0100 Subject: [PATCH] Fix same_vm test by adding missing '$'. Signed-off-by: Christian Limpach --- tools/examples/block | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/block b/tools/examples/block index b37f8fdbd4..6698df77c3 100644 --- a/tools/examples/block +++ b/tools/examples/block @@ -131,7 +131,7 @@ same_vm() local thisdom="$XENBUS_FRONTEND_ID" local otherdom="$1" local thisvm=$(xenstore-read "/local/domain/$thisdom/vm") - local othervm=$(xenstore-read "/local/domain/otherdom/vm") + local othervm=$(xenstore-read "/local/domain/$otherdom/vm") return [ "$thisvm" == "$othervm" ] } -- 2.30.2